home *** CD-ROM | disk | FTP | other *** search
- Path: news.eunet.fi!newsmaster
- From: Planmeca Oy <fipdt4d9@ibmmail.com>
- Newsgroups: comp.lang.c++
- Subject: Incompatibility between BC4.5 32 bit DLL and MSVC 2.0 exe
- Date: 1 Feb 1996 08:49:50 GMT
- Organization: Planmeca Oy
- Message-ID: <4epure$k3p@idefix.eunet.fi>
- NNTP-Posting-Host: planmec.pp.fi
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.22 (Windows; I; 16bit)
-
- We have a "minor" problem. Part of our development team is developing
- (32 bit) DLL:s with BC4.5 c++. Another part is developing the application
- which needs to use that DLL. While trying to build the executable with
- the LIB generated by BC for that DLL, MSVC complains: invalid or
- corrupted library file.
- We use C (not C++) interface between the EXE and the DLL.
-
- The same approach works with 16 bit EXE and 16 bit DLL. Is there anything
- to do?
-
-
-
-